failure 18:

Requirement failed: {cprojf.01} z projects to z, except that all complex infinities (even those with one infinite part and one NaN part) project to positive infinity on the real axis.
location
trace /var/opt/lsb/test/olver-core/2013-01-21_10-20-40/math_complex_scenario.utz (math_complex_scenario.utt), line 748
occurence
scenario math_complex_scenario
specification function cproj_spec()
parameter value  CallContext context = [pid=14215,thr=b749f6c0]
parameter value  UnifloatComplex * @x = (float) NaN + i *(float) 1.2300000000000000e+02 (0x.F6000000P7F)
parameter value  UnifloatComplex * x = (float) NaN + i *(float) 1.2300000000000000e+02 (0x.F6000000P7F)
return value  (UnifloatComplex *) (float) Infinity + i *(float) 0.0000000000000000e+00 (0x.00000000P1F)
coverage
& branch
C
RE is nan and IM is normal
properties
REQ failed cprojf.01
expected value (float) NaN + i *(float) 1.2300000000000000e+02 (0x.F6000000P7F)
kind POSTCONDITION_FAILED
similar known bug(s)
According to LSB, the cproj(z) family of functions shall compute a projection of z onto Riemann sphere: z projects to z except all complex infinities. The old implementation in glibc does a stereographic projection that contradicts the standard.